home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 10 / amigaformatcd10.iso / -screenplay- / shareware / mris 1.1 / .mris1_1src.lha / Version.h < prev    next >
C/C++ Source or Header  |  1996-09-16  |  213b  |  12 lines

  1. #ifndef VERSION_H
  2. #define VERSION_H
  3.  
  4. #define PROGRAM_NAME        "mris"
  5. #define PROGRAM_VERSION        "1.1"
  6. #define PROGRAM_DATE        "13.9.96"
  7.  
  8. #define PROGRAM_MRIS        "mris"
  9. #define PROGRAM_MSIT        "msit"
  10.  
  11. #endif  /* VERSION_H */
  12.